home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / misc / ctimer.lha / ctimer_dir / ctimer.readme < prev   
Encoding:
Text File  |  1992-09-02  |  1.3 KB  |  47 lines

  1. Short: exec:Signal,PutMsg,Wait delayed
  2. Uploader: codex@studi.mathematik.hu-berlin.de (Hans Buehler)
  3. Author: codex@studi.mathematik.hu-berlin.de (Hans Buehler)
  4. Type: dev/misc
  5. Version: 1.00
  6.  
  7.  ctimer.o 1.00
  8.  -------------
  9.  
  10.  ctimer.o   offers   you   functions   similar  to  exec/Signal(),
  11. exec/PutMsg() and exec/Wait() except that they are "timed".
  12.  That  means  that the PutMsg() or Signal() command will take part
  13. after a given time has passed by or that Wait() will wait for some
  14. signals only for a given time.
  15.  These  functions  are  useful  for  all operations that should be
  16. delayed  or shouldn't block your process forever (as a Wait() to a
  17. signal that never appears ;^)
  18.  
  19.  You can do the following:
  20.  
  21.  Inform sub-process to do anything after 10s:
  22.       ctimerPutMsg(Port,Msg,"timer",your_value * 10);
  23.  etc.
  24.  
  25.  Contents
  26.  --------
  27.  
  28.  LIB/ctimer.o      - object compiled using SAS/C
  29.  INCLUDE/ctimer.h  - include
  30.  HELP/ctimer.guide - amigaguide
  31.  ctimer.readme     - this file
  32.  
  33.  Installation
  34.  ------------
  35.  
  36.  See the appropiate chapter in the guide.
  37.  
  38.  Restrictions & copyrights
  39.  -------------------------
  40.  
  41.  Feel free to use & copy as long as you keep the archive unchanged
  42. and as long as you note in your docs that you used this archive.
  43.  Further infos see guide.
  44.  
  45.  Hans Buehler
  46.  - reports, flames and msgs always welcome.
  47.